chore(deps): bump the pi-stack group across 1 directory with 2 updates - #578
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump the pi-stack group across 1 directory with 2 updates#578dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
Dependabot can't access a private package registry without explicit configuration. Because of this, Dependabot cannot update this pull request. |
Owner
|
@dependabot rebase |
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/pi-stack-87c41b9f75
branch
from
July 4, 2026 13:00
75d737d to
8da6a72
Compare
Bumps the pi-stack group with 2 updates in the / directory: [@earendil-works/pi-agent-core](https://github.com/earendil-works/pi/tree/HEAD/packages/agent) and [@earendil-works/pi-ai](https://github.com/earendil-works/pi/tree/HEAD/packages/ai). Updates `@earendil-works/pi-agent-core` from 0.79.1 to 0.80.3 - [Release notes](https://github.com/earendil-works/pi/releases) - [Changelog](https://github.com/earendil-works/pi/blob/main/packages/agent/CHANGELOG.md) - [Commits](https://github.com/earendil-works/pi/commits/v0.80.3/packages/agent) Updates `@earendil-works/pi-ai` from 0.79.1 to 0.80.3 - [Release notes](https://github.com/earendil-works/pi/releases) - [Changelog](https://github.com/earendil-works/pi/blob/main/packages/ai/CHANGELOG.md) - [Commits](https://github.com/earendil-works/pi/commits/v0.80.3/packages/ai) --- updated-dependencies: - dependency-name: "@earendil-works/pi-agent-core" dependency-version: 0.79.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pi-stack - dependency-name: "@earendil-works/pi-ai" dependency-version: 0.79.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pi-stack ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/pi-stack-87c41b9f75
branch
from
July 4, 2026 13:11
8da6a72 to
218d48a
Compare
Owner
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
tmustier
added a commit
that referenced
this pull request
Jul 4, 2026
pi-ai 0.80 removed the legacy global API (getModel/getModels/stream/ complete/...) from the root entrypoint, replacing it with createModels() and provider factories, and ships a temporary /compat entrypoint that preserves the old surface. pi-web-ui 0.75.x still imports the old root surface, so a full createModels() migration is blocked on a pi-web-ui 0.80-native release. - switch all first-party imports to @earendil-works/pi-ai/compat - add exact-match Vite alias (root -> /compat) for pi-web-ui dist imports - update the Bedrock browser stub to the uniform ProviderStreams shape (stream/streamSimple) required by 0.80's setBedrockProviderModule() - document the divergence + exit plan in docs/upstream-divergences.md §6 - refresh docs/model-updates.md last-verified date Verification: check, build, test:models, test:context, test:security, manifest validate all green; production-build taskpane boots cleanly in browser fallback (agent-browser, zero page errors). Main chunk grows 1363 -> 1470 kB (compat pulls the full builtin provider catalog); acceptable interim cost, removed with the /compat exit. Supersedes #578
tmustier
added a commit
that referenced
this pull request
Jul 4, 2026
pi-ai 0.80 removed the legacy global API (getModel/getModels/stream/ complete/...) from the root entrypoint, replacing it with createModels() and provider factories, and ships a temporary /compat entrypoint that preserves the old surface. pi-web-ui 0.75.x still imports the old root surface, so a full createModels() migration is blocked on a pi-web-ui 0.80-native release. - switch all first-party imports to @earendil-works/pi-ai/compat - add exact-match Vite alias (root -> /compat) for pi-web-ui dist imports - update the Bedrock browser stub to the uniform ProviderStreams shape (stream/streamSimple) required by 0.80's setBedrockProviderModule() - document the divergence + exit plan in docs/upstream-divergences.md §6 - refresh docs/model-updates.md last-verified date Verification: check, build, test:models, test:context, test:security, manifest validate all green; production-build taskpane boots cleanly in browser fallback (agent-browser, zero page errors). Main chunk grows 1363 -> 1470 kB (compat pulls the full builtin provider catalog); acceptable interim cost, removed with the /compat exit. Supersedes #578
tmustier
added a commit
that referenced
this pull request
Jul 4, 2026
…int (#588) * chore(deps): bump pi-ai + pi-agent-core to 0.80.3 via /compat entrypoint pi-ai 0.80 removed the legacy global API (getModel/getModels/stream/ complete/...) from the root entrypoint, replacing it with createModels() and provider factories, and ships a temporary /compat entrypoint that preserves the old surface. pi-web-ui 0.75.x still imports the old root surface, so a full createModels() migration is blocked on a pi-web-ui 0.80-native release. - switch all first-party imports to @earendil-works/pi-ai/compat - add exact-match Vite alias (root -> /compat) for pi-web-ui dist imports - update the Bedrock browser stub to the uniform ProviderStreams shape (stream/streamSimple) required by 0.80's setBedrockProviderModule() - document the divergence + exit plan in docs/upstream-divergences.md §6 - refresh docs/model-updates.md last-verified date Verification: check, build, test:models, test:context, test:security, manifest validate all green; production-build taskpane boots cleanly in browser fallback (agent-browser, zero page errors). Main chunk grows 1363 -> 1470 kB (compat pulls the full builtin provider catalog); acceptable interim cost, removed with the /compat exit. Supersedes #578 * chore: remove dead 0.79-era Vite stub plugins (review nit) Pre-merge review (gpt-5.5 xhigh) flagged the resolved-id fallback branches of stubBedrockProviderPlugin / stubPiAiOAuthIndexPlugin as mis-fire hazards on 0.80's layout (incompatible substitute exports). Both plugins are dead code on 0.80: Bedrock is lazy-loaded behind a variable specifier (runtime stub via setBedrockProviderModule is the real mechanism) and the OAuth index is no longer re-exported from the root. Removed both plugins and the orphaned src/stubs/pi-ai-oauth.ts; documented in upstream-divergences.md §6. * chore: move #587's new files onto the /compat entrypoint post-rebase
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the pi-stack group with 2 updates in the / directory: @earendil-works/pi-agent-core and @earendil-works/pi-ai.
Updates
@earendil-works/pi-agent-corefrom 0.79.1 to 0.80.3Release notes
Sourced from @earendil-works/pi-agent-core's releases.
... (truncated)
Changelog
Sourced from @earendil-works/pi-agent-core's changelog.
Commits
a23abe4Release v0.80.3fd6659dfix(coding-agent): preserve run prompt during tool refreshe547bb9fix(coding-agent): refresh session state before next turnc29bbc0docs(agent): update models phase 9 plan8277bd6Add [Unreleased] section for next cycle0201806Release v0.80.29096d5fdocs: update changelog entries49fbe68fix(ai): align api key credentials with auth jsonb377623Type name changee000743Add [Unreleased] section for next cycleUpdates
@earendil-works/pi-aifrom 0.79.1 to 0.80.3Release notes
Sourced from @earendil-works/pi-ai's releases.
... (truncated)
Changelog
Sourced from @earendil-works/pi-ai's changelog.
... (truncated)
Commits
a23abe4Release v0.80.3f98a154docs: audit changelog entries5c1a297fix(ai): update generated model catalogue3d6acb3fix(ai): regenerate model catalog6fbeba5Merge pull request #5832 from stephanmck/fix/provider-error-body-passthrough-...b91bdd5fix(ai): preserve Z.AI thinking content5411373fix(ai): use HTTP timeout for Codex SSE headers09f1059fix(ai): clamp streamSimple max tokensf78b163fix(ai): revert minimax max token clamp62fad94fix(ai): surface provider HTTP error body instead of opaque SDK message